Add testimage.
authorMatthias Clasen <mclasen@redhat.com>
Mon, 25 Oct 2004 14:13:40 +0000 (14:13 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 25 Oct 2004 14:13:40 +0000 (14:13 +0000)
2004-10-25  Matthias Clasen  <mclasen@redhat.com>

* tests/Makefile.am (noinst_PROGRAMS): Add testimage.

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-6
ChangeLog.pre-2-8
tests/Makefile.am

index d88f82cba87caad80a0ff7f2ecaa8995164d4f9e..364dcd406d779f45e3dd9240c0d39aab753f7b5a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2004-10-25  Matthias Clasen  <mclasen@redhat.com>
 
+       * tests/Makefile.am (noinst_PROGRAMS): Add testimage.
+
        * tests/testicontheme.c (main): Use gtk_image_new_from_icon_name().
 
 2004-10-25  Matthias Clasen  <mclasen@redhat.com>
index d88f82cba87caad80a0ff7f2ecaa8995164d4f9e..364dcd406d779f45e3dd9240c0d39aab753f7b5a 100644 (file)
@@ -1,5 +1,7 @@
 2004-10-25  Matthias Clasen  <mclasen@redhat.com>
 
+       * tests/Makefile.am (noinst_PROGRAMS): Add testimage.
+
        * tests/testicontheme.c (main): Use gtk_image_new_from_icon_name().
 
 2004-10-25  Matthias Clasen  <mclasen@redhat.com>
index d88f82cba87caad80a0ff7f2ecaa8995164d4f9e..364dcd406d779f45e3dd9240c0d39aab753f7b5a 100644 (file)
@@ -1,5 +1,7 @@
 2004-10-25  Matthias Clasen  <mclasen@redhat.com>
 
+       * tests/Makefile.am (noinst_PROGRAMS): Add testimage.
+
        * tests/testicontheme.c (main): Use gtk_image_new_from_icon_name().
 
 2004-10-25  Matthias Clasen  <mclasen@redhat.com>
index d88f82cba87caad80a0ff7f2ecaa8995164d4f9e..364dcd406d779f45e3dd9240c0d39aab753f7b5a 100644 (file)
@@ -1,5 +1,7 @@
 2004-10-25  Matthias Clasen  <mclasen@redhat.com>
 
+       * tests/Makefile.am (noinst_PROGRAMS): Add testimage.
+
        * tests/testicontheme.c (main): Use gtk_image_new_from_icon_name().
 
 2004-10-25  Matthias Clasen  <mclasen@redhat.com>
index 41b194802f0558ecf58d99c4de709b61269518a7..cce2e839dbc63477fdc315ea64f21b2424f0fb75 100644 (file)
@@ -39,6 +39,7 @@ noinst_PROGRAMS =                     \
        testgtk                         \
        testiconview                    \
        testicontheme                   \
+       testimage                       \
        testinput                       \
        testmenus                       \
        testmultidisplay                \
@@ -80,6 +81,7 @@ testfilechooser_DEPENDENCIES = $(TEST_DEPS)
 testfilechooserbutton_DEPENDENCIES = $(TEST_DEPS)
 testgtk_DEPENDENCIES = $(TEST_DEPS)
 testinput_DEPENDENCIES = $(TEST_DEPS)
+testimage_DEPENDENCIES = $(TEST_DEPS)
 testmenus_DEPENDENCIES = $(TEST_DEPS)
 testmultidisplay_DEPENDENCIES = $(TEST_DEPS)
 testmultiscreen_DEPENDENCIES = $(TEST_DEPS)
@@ -115,6 +117,7 @@ testgtk_LDADD = $(LDADDS)
 testicontheme_LDADD = $(LDADDS)
 testiconview_LDADD = $(LDADDS)
 testinput_LDADD = $(LDADDS)
+testimage_LDADD = $(LDADDS)
 testmenus_LDADD = $(LDADDS)
 testmultidisplay_LDADD = $(LDADDS)
 testmultiscreen_LDADD = $(LDADDS)